Skip to content

chore(mvt): fix stale run docs (bun→deno) + declare kernel export#76

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/mvt-docs-hygiene
Jul 20, 2026
Merged

chore(mvt): fix stale run docs (bun→deno) + declare kernel export#76
hyperpolymath merged 1 commit into
mainfrom
chore/mvt-docs-hygiene

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Two pure-correctness hygiene fixes to the mvt/ prototype — no game mechanics touched. The 6 kernel tests stay green (deno task test).

What & why

  • mvt/README.md — the "Run" block said bun test / bun run serve. bun isn't installed and the repo language policy bans it (Deno replaces Node/npm/bun). Replaced with the real entry points, the deno task definitions already in deno.json: deno task test / deno task serve.
  • mvt/deno.json — added "exports": "./src/kernel/index.js". This silences Deno's "exports" field should be specified when specifying a "name" warning and declares the public entry the README already documents as independently importable (the active mvt-public-goods-kernel).

Verification

deno task test6 passed | 0 failed, and the exports warning is gone.

🤖 Generated with Claude Code

The README told contributors to run `bun test` / `bun run serve`, but bun is
not installed and the repo language policy bans it (Deno replaces Node/npm/bun).
The real entry points are the `deno task` definitions in deno.json, so the docs
now say `deno task test` / `deno task serve`.

deno.json gains an `exports` field pointing at the active kernel
(src/kernel/index.js), which both silences Deno's "exports field should be
specified when specifying a name" warning and declares the public entry the
README already documents as importable.

No mechanics changed; the 6 kernel tests remain green (deno task test).
@sonarqubecloud

Copy link
Copy Markdown

@hyperpolymath
hyperpolymath marked this pull request as ready for review July 20, 2026 13:44
@hyperpolymath
hyperpolymath merged commit 857f1e3 into main Jul 20, 2026
29 of 34 checks passed
@hyperpolymath
hyperpolymath deleted the chore/mvt-docs-hygiene branch July 20, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant